update doc comment

This commit is contained in:
Ralf Jung 2019-05-21 17:14:09 +02:00
parent 5ea5fe3072
commit a2168b0259
1 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,4 @@
/// A simple static assertion macro. The first argument should be a unique
/// ALL_CAPS identifier that describes the condition.
/// A simple static assertion macro.
#[macro_export]
#[allow_internal_unstable(type_ascription, underscore_const_names)]
macro_rules! static_assert {