diff options
author | Teddy Wing | 2022-03-21 02:11:16 +0100 |
---|---|---|
committer | Teddy Wing | 2022-03-21 02:11:50 +0100 |
commit | 5e48997ecb4df8ce9507e6229df457d1065b19bc (patch) | |
tree | 3d44a0bb9bb73ceadc9580bac12d5e7f612b732f /src/yaml.rs | |
parent | 9816ad12c931e18ea7cc0e6cfaf3914a173e173e (diff) | |
download | yaqlite-5e48997ecb4df8ce9507e6229df457d1065b19bc.tar.bz2 |
Add placeholders for code documentation reminders
Diffstat (limited to 'src/yaml.rs')
-rw-r--r-- | src/yaml.rs | 1 |
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, |