Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 33180c5

Browse files
committedMar 15, 2024
fix!: Make Margin private
1 parent 729975c commit 33180c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/renderer/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pub(crate) mod stylesheet;
1717
use crate::snippet::Message;
1818
pub use anstyle::*;
1919
use display_list::DisplayList;
20-
pub use margin::Margin;
20+
use margin::Margin;
2121
use std::fmt::Display;
2222
use stylesheet::Stylesheet;
2323

0 commit comments

Comments
 (0)
Please sign in to comment.