aboutsummaryrefslogtreecommitdiffstats
path: root/src/yaml.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/yaml.rs')
-rw-r--r--src/yaml.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yaml.rs b/src/yaml.rs
index af71779..ed64afd 100644
--- a/src/yaml.rs
+++ b/src/yaml.rs
@@ -14,6 +14,7 @@ pub use write::*;
// TODO: Separate functions to get a list of YAML hashes, and insert hashes into
// the database.
+/// TODO
pub fn extract(
doc: &mut yaml::Yaml,
tx: &rusqlite::Transaction,