Skip to content
This repository was archived by the owner on Jun 27, 2018. It is now read-only.

Commit 5425191

Browse files
committed
Remove mention of attributes from playbot
Apparently never implemented!
1 parent 668b540 commit 5425191

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,6 @@ private message, don't preface the code with playbot's nickname:
1717

1818
/msg playbot println!("Hello, World");
1919

20-
Playbot also understands several attributes to change how the code is compiled
21-
and run. Examples include `~nightly` and `~beta` to change the release channel,
22-
as well as `~mini` to execute the code as a standalone Rust file instead of
23-
evaluating it as an expression. Example:
24-
25-
<you> playbot, ~nightly ~mini #![feature(inclusive_range_syntax)] fn main() { println!("{:?}", 1...10) }
26-
27-
To see a list of attributes, use `~help`:
28-
29-
<you> playbot ~help
30-
3120
# Running your own Rust-Playpen
3221

3322
## System Requirements

0 commit comments

Comments
 (0)