mirror of
https://gitee.com/openharmony/third_party_rust_bindgen
synced 2025-03-04 12:47:22 +00:00
Add TODO for not ignoring LinkType
This commit is contained in:
parent
1bc2750d80
commit
fcfb8e5dd3
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user