mirror of
https://github.com/aljazceru/notedeck.git
synced 2025-12-19 01:24:21 +01:00
@@ -82,7 +82,7 @@ async fn main() {
|
|||||||
// ensure we recognized all the arguments
|
// ensure we recognized all the arguments
|
||||||
let completely_unrecognized: Vec<String> = notedeck
|
let completely_unrecognized: Vec<String> = notedeck
|
||||||
.unrecognized_args()
|
.unrecognized_args()
|
||||||
.intersection(&damus.unrecognized_args())
|
.intersection(damus.unrecognized_args())
|
||||||
.cloned()
|
.cloned()
|
||||||
.collect();
|
.collect();
|
||||||
assert!(
|
assert!(
|
||||||
|
|||||||
Reference in New Issue
Block a user