diff options
| author | Laurenz <laurmaedje@gmail.com> | 2020-08-03 16:01:23 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2020-08-03 16:04:55 +0200 |
| commit | dbfb3d2ced91e56314dfabbb4df9a338926c0a7a (patch) | |
| tree | 678264cb18f8abc81ebe28077f5aef2df4e5a4bd /src/diagnostic.rs | |
| parent | 5a8f2fb73ddafba9fdbe952385ae2676126183ae (diff) | |
Formatting, documentation and small improvements 🧽
Diffstat (limited to 'src/diagnostic.rs')
| -rw-r--r-- | src/diagnostic.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/diagnostic.rs b/src/diagnostic.rs index fc332aac..2c649dac 100644 --- a/src/diagnostic.rs +++ b/src/diagnostic.rs @@ -1,8 +1,8 @@ -//! Diagnostics (errors / warnings) in source code. +//! Diagnostics for source code. //! //! There are no fatal errors. The document will always compile and yield a -//! layout. However, this is a best effort process and bad things will still -//! generate errors and warnings. +//! layout on a best effort process, generating diagnostics for incorrect +//! things. #[cfg(feature = "serialize")] use serde::Serialize; |
