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 ba6297d commit 9a9f071Copy full SHA for 9a9f071
src/cmdline/mod.rs
@@ -96,7 +96,7 @@ fn valid_element(s: &str) -> Result<()> {
96
/// let cl_cstring = CString::new(cl).unwrap();
97
/// assert_eq!(cl_cstring.to_str().unwrap(), "");
98
/// ```
99
-#[derive(Debug)]
+#[derive(Clone, Debug)]
100
pub struct Cmdline {
101
line: String,
102
capacity: usize,
0 commit comments