Skip to content

Commit

Permalink
change package name to exclusion-set
Browse files Browse the repository at this point in the history
  • Loading branch information
geeklint committed Jun 28, 2023
1 parent 6b77a02 commit 9aeb24c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "typeid-set"
name = "exclusion-set"
version = "0.1.0"
edition = "2021"
license = "CC0"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
doc = "
```
# use std::{any::TypeId, sync::Arc};
# use typeid_set::Set;
# use exclusion_set::Set;
# unsafe {
struct A;
struct B;
Expand Down

0 comments on commit 9aeb24c

Please sign in to comment.