about summary refs log tree commit diff
path: root/src/doc/trpl/basic.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/doc/trpl/basic.md')
-rw-r--r--src/doc/trpl/basic.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/doc/trpl/basic.md b/src/doc/trpl/basic.md
deleted file mode 100644
index c267830e6e0..00000000000
--- a/src/doc/trpl/basic.md
+++ /dev/null
@@ -1,7 +0,0 @@
-% Basics
-
-This section is a linear introduction to the basic syntax and semantics of
-Rust. It has individual sections on each part of Rust's syntax.
-
-After reading "Basics," you will have a good foundation to learn more about
-Rust, and can write very simple programs.