Add warning on type names
This commit is contained in:
parent
4ca501c03e
commit
3aa05c3ecc
1 changed files with 7 additions and 0 deletions
|
@ -116,6 +116,13 @@ pub mod iter {
|
||||||
//!
|
//!
|
||||||
//! Contains also helpers to filter iterators for external/internal links
|
//! Contains also helpers to filter iterators for external/internal links
|
||||||
//!
|
//!
|
||||||
|
//!
|
||||||
|
//! # Warning
|
||||||
|
//!
|
||||||
|
//! This module uses `internal::Link` as link type, so we operate on _store ids_ here.
|
||||||
|
//!
|
||||||
|
//! Not to confuse with `external::Link` which is a real `FileLockEntry` under the hood.
|
||||||
|
//!
|
||||||
|
|
||||||
use libimagutil::debug_result::*;
|
use libimagutil::debug_result::*;
|
||||||
use libimagstore::store::Store;
|
use libimagstore::store::Store;
|
||||||
|
|
Loading…
Reference in a new issue