Remove unused lifetime
This commit is contained in:
parent
823cb566df
commit
de6f09a01c
2 changed files with 4 additions and 3 deletions
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"rust-analyzer.cargo.allFeatures": true,
|
||||
"rust-analyzer.assist.importMergeBehavior": "last"
|
||||
"rust-analyzer.assist.importMergeBehavior": "last",
|
||||
"rust-analyzer.checkOnSave.command": "clippy"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue