Un-ignore all ignored doc tests
diff --git a/src/ty.rs b/src/ty.rs
index b55f2f0..04339fe 100644
--- a/src/ty.rs
+++ b/src/ty.rs
@@ -256,13 +256,13 @@
     /// separately. `position` represents the index of the associated
     /// item qualified with this Self type.
     ///
-    /// ```rust,ignore
+    /// ```text
     /// <Vec<T> as a::b::Trait>::AssociatedItem
-    ///  ^~~~~     ~~~~~~~~~~~~~~^
+    ///  ^~~~~~    ~~~~~~~~~~~~~~^
     ///  ty        position = 3
     ///
     /// <Vec<T>>::AssociatedItem
-    ///  ^~~~~    ^
+    ///  ^~~~~~   ^
     ///  ty       position = 0
     /// ```
     pub struct QSelf {