Browse Source

[doc]

github_actions
daladim 4 years ago
parent
commit
f7ec5d29be
  1. 2
      src/provider/mod.rs

2
src/provider/mod.rs

@ -1,4 +1,6 @@
//! This modules abstracts data sources and merges them in a single virtual one
//!
//! It is also responsible for syncing them together
use std::error::Error;
use std::collections::HashSet;

Loading…
Cancel
Save