mirror of
https://github.com/google/comprehensive-rust.git
synced 2024-12-26 11:17:49 +02:00
Fix comma position (#2233)
Co-authored-by: Kamil Panek <panek.kam@gmail.com>
This commit is contained in:
parent
1e1854557d
commit
16c4724300
@ -23,7 +23,7 @@ This functionality uses the `IntoIterator` trait, but we haven't covered that
|
|||||||
yet.
|
yet.
|
||||||
|
|
||||||
The `assert_ne!` macro is new here. There are also `assert_eq!` and `assert!`
|
The `assert_ne!` macro is new here. There are also `assert_eq!` and `assert!`
|
||||||
macros. These are always checked while, debug-only variants like `debug_assert!`
|
macros. These are always checked, while debug-only variants like `debug_assert!`
|
||||||
compile to nothing in release builds.
|
compile to nothing in release builds.
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
Loading…
Reference in New Issue
Block a user