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 ad82151 commit f787fddCopy full SHA for f787fdd
exporter/src/main.rs
@@ -93,6 +93,7 @@ struct Opt {
93
}
94
95
/// Captures a screenshot. The resulting image uses straight alpha
96
+#[allow(clippy::too_many_arguments)]
97
fn take_screenshot(
98
descriptors: Arc<Descriptors>,
99
swf_path: &Path,
0 commit comments