Skip to content

Commit 8151baf

Browse files
committed
Store.tpf public for tests
1 parent d63401f commit 8151baf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/store.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ impl Store {
5757
/// ```
5858
// Very costly, slow implementation.
5959
// Does not assume any indexing.
60-
fn tpf(
60+
pub fn tpf(
6161
&self,
6262
q_subject: Option<&str>,
6363
q_property: Option<&str>,

0 commit comments

Comments
 (0)