Skip to content

Commit 8a48495

Browse files
committed
remove broken link and bump to 0.9.1
1 parent e517e14 commit 8a48495

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "Union-find, congruence closure, and other unification code. Based
44
license = "MIT/Apache-2.0"
55
homepage = "https://github.com/nikomatsakis/ena"
66
repository = "https://github.com/nikomatsakis/ena"
7-
version = "0.9.0"
7+
version = "0.9.1"
88
authors = ["Niko Matsakis <[email protected]>"]
99
readme = "README.md"
1010
keywords = ["unification", "union-find"]

src/unify/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
//! type also unlocks various more ergonomic methods (e.g., `union()`
2929
//! in place of `unify_var_var()`).
3030
//!
31-
//! The best way to see how it is used is to read [the `tests.rs` file](tests.rs);
31+
//! The best way to see how it is used is to read the `tests.rs` file;
3232
//! search for e.g. `UnitKey`.
3333
3434
use std::marker;

0 commit comments

Comments
 (0)