From dbfb3d2ced91e56314dfabbb4df9a338926c0a7a Mon Sep 17 00:00:00 2001 From: Laurenz Date: Mon, 3 Aug 2020 16:01:23 +0200 Subject: =?UTF-8?q?Formatting,=20documentation=20and=20small=20improvement?= =?UTF-8?q?s=20=F0=9F=A7=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/diagnostic.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/diagnostic.rs') 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; -- cgit v1.2.3