diff options
| author | Brian Anderson <banderson@mozilla.com> | 2012-01-24 17:40:22 -0800 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-01-24 17:57:23 -0800 |
| commit | fc64aefe0aebe547322e86b3e5daa4564d038e63 (patch) | |
| tree | 5936fa0a750d428ce3001bb1cbbc9087fa26cae8 /src/rustdoc/rustdoc.rc | |
| parent | cb44fa2a2176bb81e3d7fa9e99503805d08eebf2 (diff) | |
| download | rust-fc64aefe0aebe547322e86b3e5daa4564d038e63.tar.gz rust-fc64aefe0aebe547322e86b3e5daa4564d038e63.zip | |
rustdoc: Add a pass to trim whitespace from docs
Diffstat (limited to 'src/rustdoc/rustdoc.rc')
| -rw-r--r-- | src/rustdoc/rustdoc.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rustdoc/rustdoc.rc b/src/rustdoc/rustdoc.rc index 4586a02379b..258ff4aab80 100644 --- a/src/rustdoc/rustdoc.rc +++ b/src/rustdoc/rustdoc.rc @@ -24,4 +24,5 @@ mod tystr_pass; mod prune_undoc_pass; mod prune_unexported_pass; mod desc_to_brief_pass; +mod trim_pass; mod astsrv; |
