Skip to content
Snippets Groups Projects
Commit dba9a78f authored by y.zobus's avatar y.zobus
Browse files

cleared clippy warnings

parent f3421fe6
No related branches found
No related tags found
1 merge request!36Resolve "clippy warnings in CLI merge"
use std::fs::{self, File};
use std::io::Write;
use std::path::Path;
use opossum::get_version;
use clap::{Parser, Command};
use clap::Parser;
use opossum::error::OpmResult;
use opossum::{
OpticScenery,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment