From 9c1bbc586c0ca808ea074e982e159051ae404554 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Wed, 27 Mar 2013 03:07:55 -0400 Subject: [PATCH] ops: add a docstring --- src/libcore/ops.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {