Skip to content

Commit 5573713

Browse files
committed
Add issue to attr
1 parent efbd47f commit 5573713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/ffi/os_str.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ impl OsStr {
283283
self.to_bytes().and_then(|b| CString::new(b).ok())
284284
}
285285

286-
#[unstable(feature = "os_extras", reason = "recently added")]
286+
#[unstable(feature = "os_extras", reason = "recently added", issue = "30259")]
287287
pub fn is_empty(&self) -> bool {
288288
self.inner.inner.is_empty()
289289
}

0 commit comments

Comments
 (0)