Skip to content

Commit

Permalink
doc: remove empty line from previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
bluurryy committed Dec 11, 2024
1 parent ac765e7 commit 5ac0097
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/bump.rs
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,6 @@ where
/// ```
/// # #![feature(pointer_is_aligned_to)]
/// # use bump_scope::{ Bump, Stats };
///
/// let mut bump: Bump = Bump::new();
///
/// // bump starts off by being aligned to 16
Expand Down
1 change: 0 additions & 1 deletion src/bump_scope.rs
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ where
/// ```
/// # #![feature(pointer_is_aligned_to)]
/// # use bump_scope::{ Bump, Stats };
///
/// let mut bump: Bump = Bump::new();
///
/// // bump starts off by being aligned to 16
Expand Down

0 comments on commit 5ac0097

Please sign in to comment.