Compare commits
1 Commits
master
...
renovate/a
Author | SHA1 | Date | |
---|---|---|---|
96a05cd76a |
520
rust/Cargo.lock
generated
520
rust/Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -144,7 +144,7 @@ impl GameRules {
|
||||
|
||||
/// Check out whether these game rules are valid or not
|
||||
pub fn is_valid(&self) -> bool {
|
||||
self.get_errors().is_empty()
|
||||
return self.get_errors().is_empty();
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -98,7 +98,7 @@ impl<'a> GameMapWidget<'a> {
|
||||
}
|
||||
}
|
||||
|
||||
impl Widget for GameMapWidget<'_> {
|
||||
impl<'a> Widget for GameMapWidget<'a> {
|
||||
fn render(mut self, area: Rect, buf: &mut Buffer) {
|
||||
let alphabet = PlayConfiguration::default().ordinate_alphabet;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user