diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2015-03-17 15:21:22 +0530 |
|---|---|---|
| committer | Manish Goregaokar <manishsmail@gmail.com> | 2015-03-17 15:21:22 +0530 |
| commit | fad4c380e8da106baca0c6259306be6e3574d4ba (patch) | |
| tree | d9c9330884dcb4dbe0e513dbd8438fcfb549203b /src/liblog | |
| parent | 0b463b075e221a779ee65d90f603447baf6fe2cb (diff) | |
| parent | f5765793b650e45e8c9bc89dfc7a4dc628123cb7 (diff) | |
| download | rust-fad4c380e8da106baca0c6259306be6e3574d4ba.tar.gz rust-fad4c380e8da106baca0c6259306be6e3574d4ba.zip | |
Rollup merge of #23385 - tamird:cleanup-whitespace, r=alexcrichton
r? @alexcrichton Conflicts: src/test/run-pass/test-fn-signature-verification-for-explicit-return-type.rs
Diffstat (limited to 'src/liblog')
| -rw-r--r-- | src/liblog/macros.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/liblog/macros.rs b/src/liblog/macros.rs index 1aee6e0be2e..80eb1601035 100644 --- a/src/liblog/macros.rs +++ b/src/liblog/macros.rs @@ -197,4 +197,3 @@ macro_rules! log_enabled { ::log::mod_enabled(lvl, module_path!()) }) } - |
