Skip to content

Commit cc37b8e

Browse files
rcvalledavidtwco
andauthored
Update compiler/rustc_sanitizers/src/cfi/mod.rs
Co-authored-by: David Wood <[email protected]>
1 parent 50183ca commit cc37b8e

File tree

1 file changed

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

1 file changed

+4
-4
lines changed

Diff for: compiler/rustc_sanitizers/src/cfi/mod.rs

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
/// LLVM Control Flow Integrity (CFI) and cross-language LLVM CFI support for the Rust compiler.
2-
///
3-
/// For more information about LLVM CFI and cross-language LLVM CFI support for the Rust compiler,
4-
/// see design document in the tracking issue #89653.
1+
//! LLVM Control Flow Integrity (CFI) and cross-language LLVM CFI support for the Rust compiler.
2+
//!
3+
//! For more information about LLVM CFI and cross-language LLVM CFI support for the Rust compiler,
4+
//! see design document in the tracking issue #89653.
55
pub mod typeid;
66
pub use crate::cfi::typeid::{typeid_for_fnabi, typeid_for_instance, TypeIdOptions};

0 commit comments

Comments
 (0)