chiark
/
gitweb
/
~ian
/
manually-boxed
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c07255b
)
typo
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Thu, 14 Nov 2024 23:56:30 +0000
(23:56 +0000)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Thu, 14 Nov 2024 23:56:30 +0000
(23:56 +0000)
src/lib.rs
patch
|
blob
|
history
diff --git
a/src/lib.rs
b/src/lib.rs
index 2a4bda195ab519031ba19c19b216d0a7a4d207b3..9dbc1b44693b67c2eae9c376264a53877454b046 100644
(file)
--- a/
src/lib.rs
+++ b/
src/lib.rs
@@
-1,7
+1,7
@@
//! Manual memory management, with a reasonable API and fewer footguns
//!
//! [`Ptr`] is a halfway house between `Box` and `*mut T`.
-//! See its documentation for the detail
ed
of the API.
+//! See its documentation for the detail
s
of the API.
//!
//! We aim to reproduce roughly the division of responsibility
//! (between programmer and compiler)