Skip to content

Commit 8603831

Browse files
committed
address warnings
1 parent e7c1fd0 commit 8603831

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/gen/binary.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ fn base64_decode(input: &str) -> Vec<u8> {
7575
#[cfg(test)]
7676
mod tests {
7777
use super::*;
78-
use crate::{gen, hegel, Hegel};
78+
use crate::{gen, Hegel};
7979

8080
#[test]
8181
fn test_base64_roundtrip() {

tests/common/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ pub struct TempRustProject {
99

1010
pub struct RunOutput {
1111
pub status: ExitStatus,
12+
#[allow(dead_code)]
1213
pub stdout: String,
1314
pub stderr: String,
1415
}

0 commit comments

Comments
 (0)