Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 694a6b9

Browse files
tamirdDarksonn
authored andcommitted
Apply suggestions from code review
1 parent a0b99cc commit 694a6b9

File tree

1 file changed

+3
-3
lines changed
  • library/core/src/fmt

1 file changed

+3
-3
lines changed

library/core/src/fmt/rt.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ macro_rules! argument_new {
8181
// cost of this helper function (mainly code-size) when it is not needed, we
8282
// transmute the function pointer otherwise.
8383
//
84-
// This is is similar to what the Rust compiler does internally with vtables when
85-
// CFI is enabled, where it generates trampoline functions that only serve to adjust
86-
// the expected type of the argument. `ArgumentType::Placeholder` is a bit like a
84+
// This is similar to what the Rust compiler does internally with vtables when CFI
85+
// is enabled, where it generates trampoline functions that only serve to adjust the
86+
// expected type of the argument. `ArgumentType::Placeholder` is a bit like a
8787
// manually constructed trait object, so it is not surprising that the same approach
8888
// has to be applied here as well.
8989
//

0 commit comments

Comments
 (0)