mirror of
https://github.com/openharmony/third_party_rust_proc-macro-error.git
synced 2026-07-20 00:43:50 -04:00
Some doc improvements
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
# [Upcoming]
|
||||
# v0.3.0 (2019-10-8)
|
||||
|
||||
## The crate has been completely rewritten from scratch!
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user