Skip to content

Commit fbeebc3

Browse files
Update src/lib.rs
Co-authored-by: bjorn3 <[email protected]>
1 parent 5e0d894 commit fbeebc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1439,7 +1439,7 @@ impl<'a> Iterator for OutputIter<'a> {
14391439
/// will have very few of and generally want to keep around for their entire lifetime.
14401440
/// In order to make static initialization easier the registers lists are static slices instead
14411441
/// of `Vec`s. If your use case depends on dynamically creating the registers lists, consider
1442-
/// `[Vec::leak`].
1442+
/// [`Vec::leak`].
14431443
#[derive(Clone, Debug)]
14441444
pub struct MachineEnv<'a> {
14451445
/// Preferred physical registers for each class. These are the

0 commit comments

Comments
 (0)