fix typography

This commit is contained in:
Ralf Jung
2021-04-25 18:41:14 +02:00
committed by GitHub
parent 421d54e4aa
commit 588530d096
+1 -1
View File
@@ -19,7 +19,7 @@
#[derive(Copy, Clone, PartialEq, TyEncodable, TyDecodable, HashStable, Debug)]
pub enum UnsafetyViolationKind {
/// Unsafe operation outside `unsafe`
/// Unsafe operation outside `unsafe`.
General,
/// Unsafe operation in an `unsafe fn` but outside an `unsafe` block.
/// Has to be handled as a lint for backwards compatibility.