mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 00:01:16 +00:00
clippy
This commit is contained in:
parent
c2c0b30b8a
commit
2c55fa5ec5
2 changed files with 2 additions and 6 deletions
|
@ -68,8 +68,6 @@ pub enum SolvedBool {
|
|||
|
||||
impl SolvedBool {
|
||||
pub fn from_bool(boolean: &boolean_algebra::Bool, subs: &Subs) -> Self {
|
||||
use boolean_algebra::Bool;
|
||||
|
||||
match boolean {
|
||||
Bool::Shared => SolvedBool::SolvedShared,
|
||||
Bool::Container(cvar, mvars) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue