Skip to content
This repository has been archived by the owner on May 9, 2022. It is now read-only.

Commit

Permalink
doc(rtc_tenclave): simplify reference: std::fs::File → File
Browse files Browse the repository at this point in the history
(sgx_std ends up with a prefix of `std::untrusted::fs` instead of
`std::fs`)
  • Loading branch information
PiDelport committed May 31, 2021
1 parent df9704f commit ead4d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rtc_tenclave/src/kv_store/fs/std_filer.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! [`std::fs::File`] support
//! [`File`] support
use std::prelude::v1::Vec;

Expand Down

0 comments on commit ead4d8b

Please sign in to comment.