Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

Commit e8fbfd8

Browse files
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

File tree

1 file changed

+0
-0
lines changed

1 file changed

+0
-0
lines changed
File renamed without changes.

0 commit comments

Comments
 (0)