Closed desaikd closed 2 years ago
Issue: #69
Description of changes: This PR works on adding all the changes suggested by Clippy (Rust linter).
Changes: The changes are incorporated in 3 separate commits:
ok_or_else
ok_or
collect()
fn main()
assert!
assert_eq!
bool
if let
unwrap
default()
Range
isl
Issue: #69
Description of changes: This PR works on adding all the changes suggested by Clippy (Rust linter).
Changes: The changes are incorporated in 3 separate commits:
ok_or_else
instead ofok_or
collect()
usagefn main()
from doctestsassert!
instead ofassert_eq!
forbool
comparisonif let
instead ofunwrap
default()
implementations for TypeStore and PendingTypesRange
isl
module