Add an ignore! macro, remove support for nested block comments, re: #2755.
This commit is contained in:
@@ -235,13 +235,13 @@ impl<A: copy> DVec<A> {
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
/**
|
||||
* Append all elements of an iterable.
|
||||
*
|
||||
* Failure will occur if the iterable's `each()` method
|
||||
* attempts to access this vector.
|
||||
*/
|
||||
/*
|
||||
fn append_iter<A, I:iter::base_iter<A>>(ts: I) {
|
||||
do self.swap |v| {
|
||||
let mut v = match ts.size_hint() {
|
||||
|
||||
Reference in New Issue
Block a user