mirror of
https://github.com/microsoft/regorus.git
synced 2026-08-05 02:16:11 +00:00
Improvements to github workflow (#4)
- format check - clippy checks - build tests separately before running Also fix clippy warnings Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com>
This commit is contained in:
committed by
GitHub
parent
dc0720b32a
commit
c92707433e
+1
-1
@@ -137,7 +137,7 @@ impl Serialize for Value {
|
||||
impl fmt::Display for Value {
|
||||
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
|
||||
match serde_json::to_string(self) {
|
||||
Ok(s) => write!(f, "{}", s),
|
||||
Ok(s) => write!(f, "{s}"),
|
||||
Err(_e) => Err(std::fmt::Error),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user