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 b76e6b3 commit eb5441bCopy full SHA for eb5441b
src/lib.rs
@@ -35,7 +35,7 @@ mod tests {
35
///
36
/// ```
37
#[cfg(target_os = "linux")]
38
-pub fn write_to_device(printer: &str, payload: &str, document_name: Option<&str>) -> Result<usize, std::io::Error> {
+pub fn write_to_device(printer: &str, payload: &str, _document_name: Option<&str>) -> Result<usize, std::io::Error> {
39
use std::fs::OpenOptions;
40
use std::io::Write;
41
0 commit comments