diff --git a/src/libcore/ops.rs b/src/libcore/ops.rs index 2f7fe1e4aa8b..4d17fb2f6964 100644 --- a/src/libcore/ops.rs +++ b/src/libcore/ops.rs @@ -8,7 +8,7 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -// Core operators +//! Traits for the built-in operators #[lang="drop"] pub trait Drop {