File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -63,23 +63,23 @@ pub fn cerr() -> Ptr<std::fs::File> {
6363/// # Safety
6464///
6565/// The caller must ensure that the returned pointer is not used after the
66- // thread finishes.
66+ /// thread finishes.
6767pub unsafe fn cin_unsafe ( ) -> * mut std:: fs:: File {
6868 UNSAFE_STDIN . with ( UnsafeCell :: get)
6969}
7070
7171/// # Safety
7272///
7373/// The caller must ensure that the returned pointer is not used after the
74- // thread finishes.
74+ /// thread finishes.
7575pub unsafe fn cout_unsafe ( ) -> * mut std:: fs:: File {
7676 UNSAFE_STDOUT . with ( UnsafeCell :: get)
7777}
7878
7979/// # Safety
8080///
8181/// The caller must ensure that the returned pointer is not used after the
82- // thread finishes.
82+ /// thread finishes.
8383pub unsafe fn cerr_unsafe ( ) -> * mut std:: fs:: File {
8484 UNSAFE_STDERR . with ( UnsafeCell :: get)
8585}
You can’t perform that action at this time.
0 commit comments