mirror of
https://github.com/microsoft/regorus.git
synced 2026-08-05 02:16:11 +00:00
fix: Fix broken build (#453)
The clone optimization PR didn't have the latest changes for "azure_policy". Integration resulted in compile errors. Also fix errors due to updated clippy lints. Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com>
This commit is contained in:
committed by
GitHub
parent
dbba57f499
commit
de6aa2bcd1
+1
-1
@@ -120,7 +120,7 @@ impl cmp::Eq for SourceStr {}
|
||||
|
||||
impl cmp::PartialOrd for SourceStr {
|
||||
fn partial_cmp(&self, other: &Self) -> Option<cmp::Ordering> {
|
||||
Some(self.text().cmp(other.text()))
|
||||
Some(self.cmp(other))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user