about summary refs log tree commit diff
path: root/library/std/src/os/raw/int.md
diff options
context:
space:
mode:
Diffstat (limited to 'library/std/src/os/raw/int.md')
-rw-r--r--library/std/src/os/raw/int.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/library/std/src/os/raw/int.md b/library/std/src/os/raw/int.md
deleted file mode 100644
index 8062ff2307a..00000000000
--- a/library/std/src/os/raw/int.md
+++ /dev/null
@@ -1,5 +0,0 @@
-Equivalent to C's `signed int` (`int`) type.
-
-This type will almost always be [`i32`], but may differ on some esoteric systems. The C standard technically only requires that this type be a signed integer that is at least the size of a [`short`]; some systems define it as an [`i16`], for example.
-
-[`short`]: c_short