diff --git a/src/normalize/buildid.rs b/src/normalize/buildid.rs index 7a883e31..5db1f815 100644 --- a/src/normalize/buildid.rs +++ b/src/normalize/buildid.rs @@ -135,6 +135,7 @@ impl BuildIdReader for NoBuildIdReader { /// /// Returns [`None`] if the file does not contain a build ID. /// +/// # Examples /// ``` /// # use std::path::Path; /// # let retrieve_path_to_elf_file = || {