diff options
| author | bors <bors@rust-lang.org> | 2022-10-06 03:01:57 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2022-10-06 03:01:57 +0000 |
| commit | 0152393048c4eb6c6d2aec63e9899cc86a269b44 (patch) | |
| tree | d50fbb38cf43a1fa28eb4f7084d1712f65ede0fc /compiler/rustc_codegen_llvm | |
| parent | 27579a214dc2a918e67bffb51a0825005e8bd42e (diff) | |
| parent | 488eb4209e0e9f829e1a78516ac13c21d13df0d2 (diff) | |
| download | rust-0152393048c4eb6c6d2aec63e9899cc86a269b44.tar.gz rust-0152393048c4eb6c6d2aec63e9899cc86a269b44.zip | |
Auto merge of #99324 - reez12g:issue-99144, r=jyn514
Enable doctests in compiler/ crates Helps with https://github.com/rust-lang/rust/issues/99144
Diffstat (limited to 'compiler/rustc_codegen_llvm')
| -rw-r--r-- | compiler/rustc_codegen_llvm/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_llvm/Cargo.toml b/compiler/rustc_codegen_llvm/Cargo.toml index df4a9fea19d..0ad39c24025 100644 --- a/compiler/rustc_codegen_llvm/Cargo.toml +++ b/compiler/rustc_codegen_llvm/Cargo.toml @@ -5,7 +5,6 @@ edition = "2021" [lib] test = false -doctest = false [dependencies] bitflags = "1.0" |
