Skip to content

Commit c75c33e

Browse files
rcvalledavidtwco
andauthored
Update compiler/rustc_sanitizers/src/lib.rs
Co-authored-by: David Wood <[email protected]>
1 parent 7de8acb commit c75c33e

File tree

1 file changed

+4
-4
lines changed
  • compiler/rustc_sanitizers/src

1 file changed

+4
-4
lines changed

compiler/rustc_sanitizers/src/lib.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#![feature(let_chains)]
2-
/// Sanitizers support for the Rust compiler.
3-
///
4-
/// This crate contains the source code for providing support for the sanitizers to the Rust
5-
/// compiler.
2+
//! Sanitizers support for the Rust compiler.
3+
//!
4+
//! This crate contains the source code for providing support for the sanitizers to the Rust
5+
//! compiler.
66
pub mod cfi;
77
pub mod kcfi;

0 commit comments

Comments
 (0)