We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eed2c09 commit 6918c17Copy full SHA for 6918c17
src/librustc_mir/borrow_check/nll/constraints/mod.rs
@@ -37,7 +37,7 @@ impl ConstraintSet {
37
}
38
39
/// Constructs a graph from the constraint set; the graph makes it
40
- /// easy to find the constriants affecting a particular region
+ /// easy to find the constraints affecting a particular region
41
/// (you should not mutate the set once this graph is
42
/// constructed).
43
crate fn graph(&self, num_region_vars: usize) -> graph::ConstraintGraph {
0 commit comments