We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43e33ea commit 04762ddCopy full SHA for 04762dd
src/librustc/arena.rs
@@ -140,7 +140,7 @@ impl Drop for DropType {
140
/// An arena which can be used to allocate any type.
141
/// Allocating in this arena is unsafe since the type system
142
/// doesn't know which types it contains. In order to
143
-/// allocate safetly, you must store a PhantomData<T>
+/// allocate safely, you must store a PhantomData<T>
144
/// alongside this arena for each type T you allocate.
145
#[derive(Default)]
146
struct DropArena {
0 commit comments