Skip to content

Commit f7c8306

Browse files
committed
Remove bindgen TODO from top-level InferenceError docs
1 parent 52f5767 commit f7c8306

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

crates/openvino/src/error.rs

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
use thiserror::Error;
22

3-
/// See [IEStatusCode](https://docs.openvinotoolkit.org/latest/ie_c_api/ie__c__api_8h.html#a391683b1e8e26df8b58d7033edd9ee83).
4-
/// TODO Replace this in bindgen with [newtype_enum](https://docs.rs/bindgen/0.54.1/bindgen/struct.Builder.html#method.newtype_enum)
5-
/// or [rustified_enum](https://docs.rs/bindgen/0.54.1/bindgen/struct.Builder.html#method.rustified_enum).
3+
/// See
4+
/// [IEStatusCode](https://docs.openvinotoolkit.org/latest/ie_c_api/ie__c__api_8h.html#a391683b1e8e26df8b58d7033edd9ee83).
5+
///
6+
/// TODO Replace this in bindgen with
7+
/// [newtype_enum](https://docs.rs/bindgen/0.54.1/bindgen/struct.Builder.html#method.newtype_enum)
8+
/// or
9+
/// [rustified_enum](https://docs.rs/bindgen/0.54.1/bindgen/struct.Builder.html#method.rustified_enum).
610
#[derive(Debug, Error)]
711
pub enum InferenceError {
812
#[error("general error")]

0 commit comments

Comments
 (0)