From 1bb160f9dc45c3cdbe929e8965be69bcf8415d0c Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Mon, 1 Aug 2022 11:27:39 +0200 Subject: Add missing docs, refactor some code --- src/construct/mod.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/construct/mod.rs') diff --git a/src/construct/mod.rs b/src/construct/mod.rs index 7b50957..cfaca0a 100644 --- a/src/construct/mod.rs +++ b/src/construct/mod.rs @@ -41,6 +41,7 @@ //! //! There are also several routines used in different places: //! +//! * [bom][partial_bom] //! * [data][partial_data] //! * [destination][partial_destination] //! * [label][partial_label] -- cgit