diff options
author | Nick Fitzgerald <fitzgen@gmail.com> | 2016-10-24 14:31:07 -0700 |
---|---|---|
committer | Nick Fitzgerald <fitzgen@gmail.com> | 2016-10-24 14:31:07 -0700 |
commit | fcfb8e5dd336940afc20b13c74d0bc62c069992f (patch) | |
tree | 1693a0f28af782c8dead13253b4a152d0056d960 | |
parent | 1bc2750d80ef8af5445662afb5692018d1c95c1d (diff) |
Add TODO for not ignoring LinkType
-rwxr-xr-x | src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |