Skip to content

Commit 3ac1551

Browse files
committed
Add lint screenshot
1 parent 0ebb909 commit 3ac1551

File tree

2 files changed

+79
-0
lines changed

2 files changed

+79
-0
lines changed

posts/inside-rust/2024-05-07-this-development-cycle-in-cargo-1.79.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ We ended up stripping unused optional dependencies from the published `Cargo.tom
115115
The way this was done also means they won't show up in `Cargo.lock` like unused `workspace.dependencies`.
116116
As a side effect, some lints may not run against these dependencies.
117117

118+
![rendering of unused optional dependency lint](../../../../images/inside-rust/2024-05-07-this-development-cycle-in-cargo-1.79/lint.stdout.term.svg)
119+
118120
##### MSRV-aware Cargo
119121

120122
*[Update from 1.78](https://blog.rust-lang.org/inside-rust/2024/03/26/this-development-cycle-in-cargo-1.78.html#msrv-aware-cargo)*
Lines changed: 77 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)