diff options
| author | Ralf Jung <post@ralfj.de> | 2019-05-21 17:14:09 +0200 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2019-05-21 17:14:09 +0200 |
| commit | a2168b0259f67ca478255239cdde9b76603b08c8 (patch) | |
| tree | 6f7a2bdf2f811736efd46a90fb06984801504d0d | |
| parent | 5ea5fe30726b616a7a561d9b9737b5f4bf629118 (diff) | |
| download | rust-a2168b0259f67ca478255239cdde9b76603b08c8.tar.gz rust-a2168b0259f67ca478255239cdde9b76603b08c8.zip | |
update doc comment
| -rw-r--r-- | src/librustc_data_structures/macros.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/librustc_data_structures/macros.rs b/src/librustc_data_structures/macros.rs index 40899c41472..b851263aaf9 100644 --- a/src/librustc_data_structures/macros.rs +++ b/src/librustc_data_structures/macros.rs @@ -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 { |
