Skip to content

Commit

Permalink
chore: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrocp committed Dec 14, 2024
1 parent 29aaaaf commit c24a8aa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 122 deletions.
11 changes: 1 addition & 10 deletions native/comrak_nif/src/types.rs
Original file line number Diff line number Diff line change
@@ -1,18 +1,9 @@
pub mod document;
pub mod nodes;
pub mod options;

pub mod atoms {
rustler::atoms! {
ok,
error,
invalid_structure,
empty,
missing_node_field,
missing_attr_field,
node_name_not_string,
unknown_node_name,
attr_key_not_string,
unknown_attr_value,
error
}
}
112 changes: 0 additions & 112 deletions native/comrak_nif/src/types/nodes.rs

This file was deleted.

0 comments on commit c24a8aa

Please sign in to comment.