diff options
Diffstat (limited to 'src/librustdoc/html/format.rs')
| -rw-r--r-- | src/librustdoc/html/format.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/librustdoc/html/format.rs b/src/librustdoc/html/format.rs index e3221177afe..8b8ed92e72a 100644 --- a/src/librustdoc/html/format.rs +++ b/src/librustdoc/html/format.rs @@ -356,7 +356,7 @@ impl fmt::Show for clean::Type { } } } - ret.into_owned() + ret }) } clean::Proc(ref decl) => { | 
