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 beb8fcd commit e4fc369Copy full SHA for e4fc369
capnpc/src/codegen.rs
@@ -99,7 +99,7 @@ impl CodeGenerationCommand {
99
/// # Arguments
100
///
101
/// - `map` - A map from capnp file id to the crate name that provides the
102
- /// corresponding generated code.
+ /// corresponding generated code.
103
104
/// See [`crate::CompilerCommand::crate_provides`] for more details.
105
pub fn crates_provide_map(&mut self, map: HashMap<u64, String>) -> &mut Self {
0 commit comments