Skip to content

Commit

Permalink
fix stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
noib3 committed Dec 2, 2023
1 parent d74dd6e commit ee05152
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 28 deletions.
29 changes: 1 addition & 28 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ readme = "README.md"
license = "MIT"
keywords = ["text", "fuzzy", "match", "search", "fzf"]
categories = ["algorithms"]
exclude = ["/.github", "/benches", "/examples", "/fuzz", "/tests"]
exclude = ["/.github", "/benches", "/fuzz", "/tests"]

[package.metadata.docs.rs]
features = ["fzf-v1", "fzf-v2"]
Expand All @@ -32,33 +32,6 @@ memchr = "2"
[dev-dependencies]
criterion = "0.5"

[[test]]
name = "fzf_common"
required-features = ["__tests"]

[[test]]
name = "fzf_v1"
required-features = ["__tests"]

[[test]]
name = "fzf_v2"
required-features = ["__tests"]

[[bench]]
name = "fzf_common"
harness = false
required-features = ["__benches"]

[[bench]]
name = "fzf_v1"
harness = false
required-features = ["__benches"]

[[bench]]
name = "fzf_v2"
harness = false
required-features = ["__benches"]

[[example]]
name = "cities"
required-features = ["fzf-v2"]
1 change: 1 addition & 0 deletions src/candidate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ impl<'a> Candidate<'a> {
}

/// TODO: docs
#[allow(dead_code)]
#[inline(always)]
pub fn find_last_from(
self,
Expand Down

0 comments on commit ee05152

Please sign in to comment.