Add TODO for not ignoring LinkType

This commit is contained in:
Nick Fitzgerald 2016-10-24 14:31:07 -07:00
parent 1bc2750d80
commit fcfb8e5dd3

View File

@ -269,6 +269,8 @@ impl Default for BindgenOptions {
}
/// The linking type to use with a given library.
///
/// TODO: #104: This is ignored at the moment, but shouldn't be.
#[derive(Debug, Copy, Clone, PartialEq, Eq, PartialOrd, Ord)]
pub enum LinkType {
/// Use shared library linking. This is the default.