From 60ea6d6957697ac6ced355e8a1db5ab6be439765 Mon Sep 17 00:00:00 2001 From: Brendan Zabarauskas Date: Sat, 18 May 2013 16:50:23 +1000 Subject: Convert various inner doc-comments to outer doc-comments --- src/libcore/cmp.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/libcore/cmp.rs') diff --git a/src/libcore/cmp.rs b/src/libcore/cmp.rs index 80f1f05961a..ca9c49b2c06 100644 --- a/src/libcore/cmp.rs +++ b/src/libcore/cmp.rs @@ -127,12 +127,11 @@ totalord_impl!(uint) totalord_impl!(char) +/// Compares (a1, b1) against (a2, b2), where the a values are more significant. pub fn cmp2( a1: &A, b1: &B, a2: &A, b2: &B) -> Ordering { - //! Compares (a1, b1) against (a2, b2), where the a values are more significant. - match a1.cmp(a2) { Less => Less, Greater => Greater, -- cgit 1.4.1-3-g733a5