Skip to content

Commit ba05f08

Browse files
committed
fix: add calculator
1 parent 15f77e5 commit ba05f08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/perms/builders.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ impl Builders {
9797
}
9898

9999
/// Get the calculator instance.
100-
pub fn calc(&self) -> SlotCalculator {
100+
pub const fn calc(&self) -> SlotCalculator {
101101
self.config.calc()
102102
}
103103

0 commit comments

Comments
 (0)