Skip to content

Commit 22fb94f

Browse files
committed
Added object patch
1 parent 298db5f commit 22fb94f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ rustc-std-workspace-core = { path = 'library/rustc-std-workspace-core' }
119119
rustc-std-workspace-alloc = { path = 'library/rustc-std-workspace-alloc' }
120120
rustc-std-workspace-std = { path = 'library/rustc-std-workspace-std' }
121121
libc = { path = '../libc' }
122+
object = { path = '../object' }
122123

123124
[patch."https://github.com/rust-lang/rust-clippy"]
124125
clippy_lints = { path = "src/tools/clippy/clippy_lints" }

0 commit comments

Comments
 (0)