Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1b25fc6

Browse files
negezorsunli829
authored andcommitted
chore: apply clippy
1 parentd316975 commit1b25fc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎benches/static_schema.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ pub struct Human<'a>(&'a StarWarsChar);
175175

176176
/// A humanoid creature in the Star Wars universe.
177177
#[Object]
178-
impl<'a>Human<'a>{
178+
implHuman<'_>{
179179
/// The id of the human.
180180
asyncfnid(&self) ->&str{
181181
self.0.id
@@ -217,7 +217,7 @@ pub struct Droid<'a>(&'a StarWarsChar);
217217

218218
/// A mechanical creature in the Star Wars universe.
219219
#[Object]
220-
impl<'a>Droid<'a>{
220+
implDroid<'_>{
221221
/// The id of the droid.
222222
asyncfnid(&self) ->&str{
223223
self.0.id

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp