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 787d75f commit be11e4bCopy full SHA for be11e4b
xtask/src/changelog.rs
@@ -5,13 +5,11 @@ use std::fs;
5
use std::path::Path;
6
7
use crate::util::{project_dir, write_to_string};
8
-use chrono::{Datelike, Utc};
9
-use clap::{Args, Subcommand};
10
use cross::shell::MessageInfo;
+use cross::ToUtf8;
11
12
use chrono::{Datelike, Utc};
13
use clap::{Args, Subcommand};
14
-use cross::ToUtf8;
15
use eyre::Context;
16
use serde::Deserialize;
17
0 commit comments