diff options
| author | Jan Riemer <janriemer@users.noreply.github.com> | 2020-08-16 20:19:21 +0200 |
|---|---|---|
| committer | Jan Riemer <janriemer@tutanota.de> | 2020-08-16 20:48:44 +0200 |
| commit | dce864454c3748dd4119eac40b0dd35772467fb2 (patch) | |
| tree | fdc899b39ec33a90a9b0a064232e269e237c7b1c | |
| parent | 43dec0e1715b5f20a36527f3e0ab3e09594e846d (diff) | |
| download | rust-dce864454c3748dd4119eac40b0dd35772467fb2.tar.gz rust-dce864454c3748dd4119eac40b0dd35772467fb2.zip | |
add back emojis that have been removed accidentally
Co-authored-by: Joshua Nelson <joshua@yottadb.com>
| -rw-r--r-- | library/core/src/marker.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/core/src/marker.rs b/library/core/src/marker.rs index b698cbd7802..a9f8e332d28 100644 --- a/library/core/src/marker.rs +++ b/library/core/src/marker.rs @@ -552,7 +552,7 @@ macro_rules! impls { /// For a more in-depth explanation of how to use `PhantomData<T>`, please see /// [the Nomicon](../../nomicon/phantom-data.html). /// -/// # A ghastly note +/// # A ghastly note 👻👻👻 /// /// Though they both have scary names, `PhantomData` and 'phantom types' are /// related, but not identical. A phantom type parameter is simply a type |
