Skip to content

Commit 36e675c

Browse files
lrvideckisweb-flow
andauthored
crate nit (#16)
* nit * [auto-verifier] verify commit ba0fdf6 --------- Co-authored-by: Luke Videckis <lukevideckis@gmail.com> Co-authored-by: GitHub <noreply@github.com>
1 parent f293776 commit 36e675c

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"examples/point_add_range_sum.rs": "2024-05-16 06:08:09 -0600",
3-
"examples/shortest_path.rs": "2024-05-16 06:08:09 -0600",
4-
"examples/staticrmq.rs": "2024-05-16 06:08:09 -0600",
5-
"examples/unionfind.rs": "2024-05-16 06:08:09 -0600"
2+
"examples/point_add_range_sum.rs": "2024-05-16 07:05:48 -0600",
3+
"examples/shortest_path.rs": "2024-05-16 07:05:48 -0600",
4+
"examples/staticrmq.rs": "2024-05-16 07:05:48 -0600",
5+
"examples/unionfind.rs": "2024-05-16 07:05:48 -0600"
66
}

src/lib.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,3 @@ pub mod dijk;
22
pub mod dsu;
33
pub mod fenwick;
44
pub mod rmq;
5-
6-
pub use dijk::dijk;
7-
pub use dsu::DSU;
8-
pub use fenwick::Fenwick;
9-
pub use rmq::RMQ;

0 commit comments

Comments
 (0)