You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 23, 2024. It is now read-only.
=== stdout ===
warning: function is never used: `main`
--> <anon>:6:4
|
6 | fn main() {}
| ^^^^
|
= note: `#[warn(dead_code)]` on by default
warning: unused return value of `clone` that must be used
--> <anon>:3:5
|
3 | <&mut () as Clone>::clone(&s);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(unused_must_use)]` on by default
= note: cloning is often expensive and is not expected to have side effects
warning: 2 warnings emitted
=== stderr ===
==============
0 commit comments