Skip to content

Commit 588530d

Browse files
authored
fix typography
1 parent 421d54e commit 588530d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_middle/src/mir/query.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ use super::{Field, SourceInfo};
1919

2020
#[derive(Copy, Clone, PartialEq, TyEncodable, TyDecodable, HashStable, Debug)]
2121
pub enum UnsafetyViolationKind {
22-
/// Unsafe operation outside `unsafe`
22+
/// Unsafe operation outside `unsafe`.
2323
General,
2424
/// Unsafe operation in an `unsafe fn` but outside an `unsafe` block.
2525
/// Has to be handled as a lint for backwards compatibility.

0 commit comments

Comments
 (0)