From c2ad4fa1c4ac73df46b9cf15caaf2e78e99c9343 Mon Sep 17 00:00:00 2001 From: CreepySkeleton Date: Wed, 9 Oct 2019 04:05:24 +0300 Subject: [PATCH] Some doc improvements --- CHANGELOG.md | 2 +- proc-macro-error/src/multi.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a794a2..b688752 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# [Upcoming] +# v0.3.0 (2019-10-8) ## The crate has been completely rewritten from scratch! diff --git a/proc-macro-error/src/multi.rs b/proc-macro-error/src/multi.rs index 96cd28e..edd1d82 100644 --- a/proc-macro-error/src/multi.rs +++ b/proc-macro-error/src/multi.rs @@ -1,4 +1,4 @@ -//! Facility to stack and emit multiple errors. +//! Facility for stacking and emitting multiple errors. //! //! [`abort!`] macro stops a proc-macro *right away*, much like in a panic-like //! fashion. But sometimes you *do not* want to stop right there, for example you're