Skip to content

Commit 652dba9

Browse files
committed
remove spurious change
1 parent 4379ad6 commit 652dba9

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

crates/formality-prove/src/prove/is_local.rs

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -316,25 +316,6 @@ judgment_fn! {
316316
}
317317
}
318318

319-
judgment_fn! {
320-
fn is_int(
321-
_decls: Decls,
322-
env: Env,
323-
assumptions: Wcs,
324-
goal: Parameter,
325-
) => Constraints {
326-
debug(goal, assumptions, env)
327-
328-
(
329-
(if id.is_int())
330-
------- ("is int")
331-
(is_int(_decls, env, _assumptions, RigidTy {name: RigidName::ScalarId(id), parameters: _}) => Constraints::none(env))
332-
)
333-
334-
}
335-
336-
}
337-
338319
fn is_fundamental(_decls: &Decls, name: &RigidName) -> bool {
339320
// From https://rust-lang.github.io/rfcs/2451-re-rebalancing-coherence.html:
340321
//

0 commit comments

Comments
 (0)