Skip to content

Commit f404da9

Browse files
committed
[#1312] Rename StaticOption into RelocatableOption
1 parent ff4ba8c commit f404da9

File tree

5 files changed

+177
-169
lines changed

5 files changed

+177
-169
lines changed

iceoryx2-bb/container/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ pub mod string;
112112

113113
/// Implementation of an [`Option`] that has a stable memory layout and is
114114
/// shared memory compatible.
115-
pub mod static_option;
115+
pub mod relocatable_option;
116116

117117
#[doc(hidden)]
118118
pub(crate) mod vec;

0 commit comments

Comments
 (0)