summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Fitzgerald <fitzgen@gmail.com>2016-10-24 14:31:07 -0700
committerNick Fitzgerald <fitzgen@gmail.com>2016-10-24 14:31:07 -0700
commitfcfb8e5dd336940afc20b13c74d0bc62c069992f (patch)
tree1693a0f28af782c8dead13253b4a152d0056d960
parent1bc2750d80ef8af5445662afb5692018d1c95c1d (diff)
Add TODO for not ignoring LinkType
-rwxr-xr-xsrc/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 8f89b447..4a5e8076 100755
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -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.