diff options
| author | Corey Richardson <corey@octayn.net> | 2013-06-28 18:32:26 -0400 |
|---|---|---|
| committer | Corey Richardson <corey@octayn.net> | 2013-06-29 11:20:02 -0400 |
| commit | 1662bd371c22ba5d476c0c9024fdd99534fc7867 (patch) | |
| tree | 93a3f2c9a7df7a03bb153518ac420c9bfd11f0df /src/librustdoc/parse.rs | |
| parent | 0326b0abed3fe9045bfc8e84d060115aecdcee37 (diff) | |
| download | rust-1662bd371c22ba5d476c0c9024fdd99534fc7867.tar.gz rust-1662bd371c22ba5d476c0c9024fdd99534fc7867.zip | |
Great renaming: propagate throughout the rest of the codebase
Diffstat (limited to 'src/librustdoc/parse.rs')
| -rw-r--r-- | src/librustdoc/parse.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustdoc/parse.rs b/src/librustdoc/parse.rs index 138e4d49156..bf782c9d5f3 100644 --- a/src/librustdoc/parse.rs +++ b/src/librustdoc/parse.rs @@ -10,7 +10,6 @@ //! AST-parsing helpers -use core::prelude::*; use rustc::driver::driver::{file_input, str_input}; use rustc::driver::driver; |
