float_ord: Fix test
This commit is contained in:
		@ -67,6 +67,7 @@ float_ord_impl!(f64, u64, 64);
 | 
				
			|||||||
/// # Example
 | 
					/// # Example
 | 
				
			||||||
///
 | 
					///
 | 
				
			||||||
/// ```
 | 
					/// ```
 | 
				
			||||||
 | 
					/// use rs::float_ord;
 | 
				
			||||||
/// let mut v = [-5.0, 4.0, 1.0, -3.0, 2.0];
 | 
					/// let mut v = [-5.0, 4.0, 1.0, -3.0, 2.0];
 | 
				
			||||||
///
 | 
					///
 | 
				
			||||||
/// float_ord::sort(&mut v);
 | 
					/// float_ord::sort(&mut v);
 | 
				
			||||||
 | 
				
			|||||||
@ -1,7 +1,7 @@
 | 
				
			|||||||
#[macro_use]
 | 
					#[macro_use]
 | 
				
			||||||
extern crate bitflags;
 | 
					extern crate bitflags;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
mod float_ord;
 | 
					pub mod float_ord;
 | 
				
			||||||
mod imservice;
 | 
					mod imservice;
 | 
				
			||||||
mod keyboard;
 | 
					mod keyboard;
 | 
				
			||||||
mod layout;
 | 
					mod layout;
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user