Skip to content

Commit c02cf39

Browse files
authored
fix: lint error in build.rs (#39)
1 parent 0a8fa0e commit c02cf39

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
fn main() -> Result<(), Box<dyn std::error::Error>> {
22
shadow()?;
33

4-
54
Ok(())
65
}
76

87
fn shadow() -> shadow_rs::SdResult<()> {
98
shadow_rs::ShadowBuilder::builder().build()?;
109
Ok(())
11-
}
10+
}

0 commit comments

Comments
 (0)