We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55c31a7 commit 5ddc49cCopy full SHA for 5ddc49c
src/table_collection.rs
@@ -157,8 +157,7 @@ impl TableCollection {
157
pub(crate) unsafe fn new_from_mbox(mbox: MBox<ll_bindings::tsk_table_collection_t>) -> Self {
158
let mut mbox = mbox;
159
// FIXME: this should be fallible
160
- let views =
161
- crate::table_views::TableViews::new_from_mbox_table_collection(&mut mbox);
+ let views = crate::table_views::TableViews::new_from_mbox_table_collection(&mut mbox);
162
Self {
163
inner: mbox,
164
idmap: vec![],
0 commit comments