fix pretty

This commit is contained in:
Ariel Ben-Yehuda
2015-10-22 18:25:02 +03:00
parent 4a16b562a8
commit f921982e60
+2 -1
View File
@@ -20,7 +20,8 @@
pub struct S5<T>(Option<Box<S4<S4<T>>>>,Option<Box<S4<S4<T>>>>,Option<T>);
trait Foo { fn xxx(&self); }
trait Bar {} // anything local or #[fundamental]
/// some local of #[fundamental] trait
trait Bar {}
impl<T> Foo for T where T: Bar, T: Sync {
fn xxx(&self) {}