Skip to content

Commit

Permalink
Escape a leading # in a doc comment
Browse files Browse the repository at this point in the history
rustdoc was rendering this as a header
  • Loading branch information
tomjakubowski committed Jan 11, 2015
1 parent d2d35db commit 6f45cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc/middle/ty.rs
Expand Up @@ -1890,7 +1890,7 @@ pub type PolyTypeOutlivesPredicate<'tcx> = PolyOutlivesPredicate<Ty<'tcx>, ty::R
/// normal trait predicate (`T : TraitRef<...>`) and one of these
/// predicates. Form #2 is a broader form in that it also permits
/// equality between arbitrary types. Processing an instance of Form
/// #2 eventually yields one of these `ProjectionPredicate`
/// \#2 eventually yields one of these `ProjectionPredicate`
/// instances to normalize the LHS.
#[derive(Clone, PartialEq, Eq, Hash, Show)]
pub struct ProjectionPredicate<'tcx> {
Expand Down

0 comments on commit 6f45cb4

Please sign in to comment.