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 df67223 commit 6ba302dCopy full SHA for 6ba302d
code/.gitignore
@@ -1,2 +1,2 @@
1
-/target/
+/target
2
/Cargo.lock
code/managing-colors/src/lib.rs
@@ -35,7 +35,7 @@ impl MyValue {
35
pub fn display(&self) -> MyValueDisplay<'_> {
36
MyValueDisplay {
37
value: self,
38
- styles: Box::new(Styles::default()),
+ styles: Box::default(),
39
}
40
41
0 commit comments