Add warning on type names

This commit is contained in:
Matthias Beyer 2016-10-15 15:33:44 +02:00
parent 4ca501c03e
commit 3aa05c3ecc

View file

@ -116,6 +116,13 @@ pub mod iter {
//!
//! 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 libimagstore::store::Store;