about summary refs log tree commit diff
path: root/src/libsyntax
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2013-07-25 07:37:45 -0700
committerbors <bors@rust-lang.org>2013-07-25 07:37:45 -0700
commitbaa649ede6df96f645a9e28acfdc0b66b63e48b5 (patch)
tree0b5b2fd3b979d97dca59548db43a553c8a67e243 /src/libsyntax
parent4cf30729f054c8435de08588b67444e46a526baa (diff)
parentdc38e1616a156c5a1216cdd622090719d53cff58 (diff)
downloadrust-baa649ede6df96f645a9e28acfdc0b66b63e48b5.tar.gz
rust-baa649ede6df96f645a9e28acfdc0b66b63e48b5.zip
auto merge of #8027 : nikomatsakis/rust/issue-4846-multiple-lifetime-parameters-1, r=pcwalton
Small step towards #4846. r? @msullivan
Diffstat (limited to 'src/libsyntax')
-rw-r--r--src/libsyntax/opt_vec.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libsyntax/opt_vec.rs b/src/libsyntax/opt_vec.rs
index 6ec80140c76..10603751a06 100644
--- a/src/libsyntax/opt_vec.rs
+++ b/src/libsyntax/opt_vec.rs
@@ -9,7 +9,6 @@
 // except according to those terms.
 
 /*!
- *
  * Defines a type OptVec<T> that can be used in place of ~[T].
  * OptVec avoids the need for allocation for empty vectors.
  * OptVec implements the iterable interface as well as