Commit 1e3749c
authored
Remove
This lint is `allow`ed in a few places where it doesn't seem to be
needed. The `missing_fragment_specifier` lint will be going away in a
future version of Rust and replaced with a hard error [1], so update
this now to avoid a future `unknown_lints` warning.
[1]: rust-lang/rust#128425allow(missing_fragment_specifier) (#765)1 parent cd38182 commit 1e3749c
File tree
2 files changed
+0
-2
lines changed- crates/ipc/src
- tests/integration/src
2 files changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
| |||
0 commit comments