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 7460e59 commit eb02b5fCopy full SHA for eb02b5f
src/bless_crawl/mod.rs
@@ -101,7 +101,7 @@ mod mock_ffi {
101
result_len: usize,
102
bytes_written: *mut usize,
103
) -> ExitCode {
104
- unimplemented!()
+ 1
105
}
106
107
#[allow(clippy::too_many_arguments)]
@@ -115,7 +115,7 @@ mod mock_ffi {
115
116
117
118
119
120
121
@@ -129,11 +129,11 @@ mod mock_ffi {
129
130
131
132
133
134
135
pub unsafe fn close(_h: Handle) -> ExitCode {
136
137
138
139
0 commit comments