Skip to content

Commit a2168b0

Browse files
committed
update doc comment
1 parent 5ea5fe3 commit a2168b0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/librustc_data_structures/macros.rs

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

0 commit comments

Comments
 (0)