Skip to content

Commit 1485da7

Browse files
authored
Rollup merge of rust-lang#79541 - GuillaumeGomez:doc-keyword-lint-pass, r=lcnr
Doc keyword lint pass `x.py test` doesn't seem to work locally for multiple reasons so simpler to just run CI...
2 parents de26711 + 66709dc commit 1485da7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

std/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@
212212
all(target_vendor = "fortanix", target_env = "sgx"),
213213
feature(slice_index_methods, coerce_unsized, sgx_platform)
214214
)]
215+
#![deny(rustc::existing_doc_keyword)]
215216
#![cfg_attr(all(test, target_vendor = "fortanix", target_env = "sgx"), feature(fixed_size_array))]
216217
// std is implemented with unstable features, many of which are internal
217218
// compiler details that will never be stable

0 commit comments

Comments
 (0)