diff options
| author | Steven Fackler <sfackler@gmail.com> | 2014-12-04 20:20:09 -0800 |
|---|---|---|
| committer | Steven Fackler <sfackler@gmail.com> | 2014-12-04 20:20:09 -0800 |
| commit | 714ce7919719e6a70719c873dec506765c00686f (patch) | |
| tree | c08c05eb3571c95ca241865f37ad980bb3cbbc5e /src/libcore | |
| parent | 361baabb07b2fb921d0f556d0787b3ea7ef86746 (diff) | |
| download | rust-714ce7919719e6a70719c873dec506765c00686f.tar.gz rust-714ce7919719e6a70719c873dec506765c00686f.zip | |
Make missing_doc lint check typedefs
Closes #19543
Diffstat (limited to 'src/libcore')
| -rw-r--r-- | src/libcore/fmt/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libcore/fmt/mod.rs b/src/libcore/fmt/mod.rs index 1d6906c13a8..7b9dd70c58f 100644 --- a/src/libcore/fmt/mod.rs +++ b/src/libcore/fmt/mod.rs @@ -34,6 +34,7 @@ mod float; pub mod rt; #[experimental = "core and I/O reconciliation may alter this definition"] +/// The type returned by formatter methods. pub type Result = result::Result<(), Error>; /// The error type which is returned from formatting a message into a stream. |
