1
Fork 0

Require issue = "none" over issue = "0" in unstable attributes

This commit is contained in:
Ross MacArthur 2019-12-21 13:16:18 +02:00
parent 9ff30a7810
commit f7256d28d1
No known key found for this signature in database
GPG key ID: 06D0DC3998527584
111 changed files with 381 additions and 373 deletions

View file

@ -1,5 +1,5 @@
#![allow(dead_code)]
#![unstable(feature = "process_internals", issue = "0")]
#![unstable(feature = "process_internals", issue = "none")]
use crate::collections::BTreeMap;
use crate::env;