We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e01ffd6 commit 544c56bCopy full SHA for 544c56b
README.md
@@ -215,11 +215,13 @@ For example, it will print the following instead:
215
```
216
There are 1 warnings in 1 files.
217
##[Warning(clippy::unwrap_used)
218
+@@ -3,2 +3,3 @@ fn main() {
219
fn main() {
220
let s = std::fs::read_to_string("Cargo.toml").unwrap();
221
println!("{s}");
222
}
223
=== 19a3477889393ea2cdd0edcb5e6ab30c ===
224
225
226
if let Ok(s) = std::fs::read_to_string("Cargo.toml") {
227
0 commit comments