We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 993d94d commit 04e83bdCopy full SHA for 04e83bd
1 file changed
libs/extractor/src/lib.rs
@@ -136,14 +136,13 @@ mod tests {
136
use serial_test::serial;
137
138
#[derive(Debug)]
139
+ #[allow(dead_code)]
140
struct ToBTreeSet {
141
// used styles
- #[warn(dead_code)]
142
- styles: BTreeSet<ExtractStyleValue>,
+ pub(crate) styles: BTreeSet<ExtractStyleValue>,
143
144
// output source
145
146
- code: String,
+ pub(crate) code: String,
147
}
148
149
impl From<ExtractOutput> for ToBTreeSet {
0 commit comments