Skip to content

Commit e4fc369

Browse files
committed
formatting fix suggested by clippy
1 parent beb8fcd commit e4fc369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

capnpc/src/codegen.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ impl CodeGenerationCommand {
9999
/// # Arguments
100100
///
101101
/// - `map` - A map from capnp file id to the crate name that provides the
102-
/// corresponding generated code.
102+
/// corresponding generated code.
103103
///
104104
/// See [`crate::CompilerCommand::crate_provides`] for more details.
105105
pub fn crates_provide_map(&mut self, map: HashMap<u64, String>) -> &mut Self {

0 commit comments

Comments
 (0)