Skip to content

Commit fcfb8e5

Browse files
committed
Add TODO for not ignoring LinkType
1 parent 1bc2750 commit fcfb8e5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib.rs

+2
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,8 @@ impl Default for BindgenOptions {
269269
}
270270

271271
/// The linking type to use with a given library.
272+
///
273+
/// TODO: #104: This is ignored at the moment, but shouldn't be.
272274
#[derive(Debug, Copy, Clone, PartialEq, Eq, PartialOrd, Ord)]
273275
pub enum LinkType {
274276
/// Use shared library linking. This is the default.

0 commit comments

Comments
 (0)