Fix doc test glitch.
This commit is contained in:
parent
1af4a70759
commit
ae86db0d93
@ -1327,7 +1327,7 @@ specified, after the `impl` keyword.
|
||||
# trait seq<T> { }
|
||||
|
||||
impl<T> ~[T]: seq<T> {
|
||||
/* ... */
|
||||
// ...
|
||||
}
|
||||
impl u32: seq<bool> {
|
||||
/* Treat the integer as a sequence of bits */
|
||||
|
Loading…
Reference in New Issue
Block a user