diff options
| author | Kevin Butler <haqkrs@gmail.com> | 2015-11-03 16:34:11 +0000 |
|---|---|---|
| committer | Kevin Butler <haqkrs@gmail.com> | 2015-11-12 05:16:57 +0000 |
| commit | d64e551248d73ca9657952e983d3d178d85d3608 (patch) | |
| tree | 11dcbfcc63cac5274f3cd92bdbe7af1d19b863f9 /src/libsyntax/print/pp.rs | |
| parent | a17f81b4b796123aa4e204145cca870fa270cf81 (diff) | |
| download | rust-d64e551248d73ca9657952e983d3d178d85d3608.tar.gz rust-d64e551248d73ca9657952e983d3d178d85d3608.zip | |
libsyntax: deny warnings in doctests
Diffstat (limited to 'src/libsyntax/print/pp.rs')
| -rw-r--r-- | src/libsyntax/print/pp.rs | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/libsyntax/print/pp.rs b/src/libsyntax/print/pp.rs index 7c5a46465f5..cbbd5289a5a 100644 --- a/src/libsyntax/print/pp.rs +++ b/src/libsyntax/print/pp.rs @@ -11,8 +11,10 @@ //! This pretty-printer is a direct reimplementation of Philip Karlton's //! Mesa pretty-printer, as described in appendix A of //! -//! STAN-CS-79-770: "Pretty Printing", by Derek C. Oppen. -//! Stanford Department of Computer Science, 1979. +//! ````ignore +//! STAN-CS-79-770: "Pretty Printing", by Derek C. Oppen. +//! Stanford Department of Computer Science, 1979. +//! ```` //! //! The algorithm's aim is to break a stream into as few lines as possible //! while respecting the indentation-consistency requirements of the enclosing |
