Skip to content

Commit dcb73c0

Browse files
committed
fmt
1 parent 7e4a97f commit dcb73c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compile/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ impl Config {
280280
self.instrument = true;
281281
self
282282
}
283-
/// Enable support for LLVM intrinsics
283+
/// Enable support for LLVM intrinsics
284284
pub fn enable_llvm_intrinsics(&mut self) -> &mut Config {
285285
self.enable_llvm_intrinsics = true;
286286
self

0 commit comments

Comments
 (0)