rust-lang / datafrog

A lightweight Datalog engine in Rust
Apache License 2.0
796 stars 43 forks source link

Work around rustdoc ICE, and fix a doc link #24

Closed lqd closed 5 years ago

lqd commented 5 years ago

This works around https://github.com/rust-lang/rust/issues/57180 by removing the duplicate Func bounds — which make rustdoc crash in crates depending on datafrog.

(Also fixes a broken doc link.)

This will likely require publishing a 2.0.1, so that polonius can incorporate the fix into the (currently failing) PR updating polonius and datafrog in rustc, to be able to land.

r? @nikomatsakis