chore: fix clippy issues

This commit is contained in:
rvcas
2022-08-17 22:35:49 -04:00
committed by Lucas
parent 2bb482d9ec
commit 8ed87c5f17
3 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ use crate::builtins::DefaultFunction;
use super::Value;
/// Can be negative
#[derive(Debug, Clone, PartialEq, Copy)]
#[derive(Debug, Clone, PartialEq, Eq, Copy)]
pub struct ExBudget {
pub mem: i64,
pub cpu: i64,