We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f81d4b0 commit ce2df6bCopy full SHA for ce2df6b
Cargo.toml
@@ -119,6 +119,7 @@ rustc-std-workspace-core = { path = 'library/rustc-std-workspace-core' }
119
rustc-std-workspace-alloc = { path = 'library/rustc-std-workspace-alloc' }
120
rustc-std-workspace-std = { path = 'library/rustc-std-workspace-std' }
121
libc = { path = '../libc' }
122
+object = { path = '../object' }
123
124
[patch."https://github.com/rust-lang/rust-clippy"]
125
clippy_lints = { path = "src/tools/clippy/clippy_lints" }
0 commit comments