Skip to content

Commit be11e4b

Browse files
committed
validate everything when run locally with no args
1 parent 787d75f commit be11e4b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

xtask/src/changelog.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,11 @@ use std::fs;
55
use std::path::Path;
66

77
use crate::util::{project_dir, write_to_string};
8-
use chrono::{Datelike, Utc};
9-
use clap::{Args, Subcommand};
108
use cross::shell::MessageInfo;
9+
use cross::ToUtf8;
1110

1211
use chrono::{Datelike, Utc};
1312
use clap::{Args, Subcommand};
14-
use cross::ToUtf8;
1513
use eyre::Context;
1614
use serde::Deserialize;
1715

0 commit comments

Comments
 (0)