Skip to content

Commit

Permalink
drop docmatic
Browse files Browse the repository at this point in the history
  • Loading branch information
pmarks committed Sep 13, 2024
1 parent eec50ee commit d47f2a0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@ lz4-sys = { path = "lz4-sys", version = "1.10.0" }

[dev-dependencies]
rand = ">=0.7, <=0.8"
docmatic = "0.1"
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![doc = include_str!("../README.md")]

extern crate lz4_sys;

pub mod liblz4;
Expand Down
6 changes: 0 additions & 6 deletions tests/docmatic.rs

This file was deleted.

0 comments on commit d47f2a0

Please sign in to comment.