| commit | cb07a846cdf2b904c13fb60da140649f5a04a326 | [log] [tgz] |
|---|---|---|
| author | David Tolnay <dtolnay@gmail.com> | Fri Apr 16 16:08:52 2021 -0700 |
| committer | David Tolnay <dtolnay@gmail.com> | Fri Apr 16 16:08:55 2021 -0700 |
| tree | 5e31122447572966ab21b1cc1ec3b1de455ec22e | |
| parent | 9b5463047295fd2e5d09e2d677e36fa05d08bc8c [diff] [blame] |
deny(missing_docs) at crate root To help flag missing documentation on publicly accessible APIs.
diff --git a/src/exception.rs b/src/exception.rs index e0c2f1e..2ae470e 100644 --- a/src/exception.rs +++ b/src/exception.rs
@@ -16,6 +16,7 @@ impl std::error::Error for Exception {} impl Exception { + #[allow(missing_docs)] pub fn what(&self) -> &str { &self.what }