about summary refs log tree commit diff
path: root/tests/ui/traits/no_send-struct.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/traits/no_send-struct.stderr')
-rw-r--r--tests/ui/traits/no_send-struct.stderr1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/ui/traits/no_send-struct.stderr b/tests/ui/traits/no_send-struct.stderr
index a13ef090154..ee7bdf282b7 100644
--- a/tests/ui/traits/no_send-struct.stderr
+++ b/tests/ui/traits/no_send-struct.stderr
@@ -7,7 +7,6 @@ LL |     bar(x);
    |     required by a bound introduced by this call
    |
    = help: the trait `Send` is not implemented for `Foo`
-   = note: consider using `std::sync::Arc<Foo>`; for more information visit <https://doc.rust-lang.org/book/ch16-03-shared-state.html>
 note: required by a bound in `bar`
   --> $DIR/no_send-struct.rs:11:11
    |