about summary refs log tree commit diff
path: root/src/librustc_trans/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/librustc_trans/lib.rs')
-rw-r--r--src/librustc_trans/lib.rs14
1 files changed, 5 insertions, 9 deletions
diff --git a/src/librustc_trans/lib.rs b/src/librustc_trans/lib.rs
index f89580b768e..4186f479fcc 100644
--- a/src/librustc_trans/lib.rs
+++ b/src/librustc_trans/lib.rs
@@ -8,15 +8,11 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-/*!
-
-The Rust compiler.
-
-# Note
-
-This API is completely unstable and subject to change.
-
-*/
+//! The Rust compiler.
+//!
+//! # Note
+//!
+//! This API is completely unstable and subject to change.
 
 #![crate_name = "rustc_trans"]
 #![experimental]