We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37e4af3 commit 3cb727bCopy full SHA for 3cb727b
src/traits/chalk-overview.md
@@ -122,7 +122,7 @@ This rule dictates that `Vec<T>: Clone` is only satisfied if `T: Clone` is also
122
satisfied (i.e. "provable").
123
124
Similar to [`chalk::program::Program`][chalk-program] which has "rust-like
125
-things", chalk_ir defines [`ProgramEnvironment`] which which is "pure logic".
+things", chalk_ir defines [`ProgramEnvironment`] which is "pure logic".
126
The main field in that struct is `program_clauses`, which contains the
127
[`ProgramClause`]s generated by the rules module.
128
0 commit comments