This repository was archived by the owner on May 23, 2024. It is now read-only.
Commit e8fbfd8
committed
ices/94903.sh: fixed with no errors
=== stdout ===
warning: field is never read: `dep`
--> <anon>:18:5
|
18 | dep: &'dep str,
| ^^^^^^^^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
warning: field is never read: `name`
--> <anon>:46:5
|
46 | name: &'a str,
| ^^^^^^^^^^^^^
warning: unused implementer of `Future` that must be used
--> <anon>:8:5
|
8 | f();
| ^^^^
|
= note: `#[warn(unused_must_use)]` on by default
= note: futures do nothing unless you `.await` or poll them
warning: unused `Result` that must be used
--> <anon>:59:9
|
59 | / SaveUser { name: "Joe" }
60 | | .execute()
61 | | .await;
| |___________________^
|
= note: this `Result` may be an `Err` variant, which should be handled
warning: 4 warnings emitted
=== stderr ===
==============1 parent c31d496 commit e8fbfd8
1 file changed
+0
-0
lines changedFile renamed without changes.
0 commit comments