From 9eebd1fc67d340650d35a6271aed358638c47e76 Mon Sep 17 00:00:00 2001 From: TomAFrench Date: Tue, 14 Nov 2023 06:57:05 +0000 Subject: [PATCH] chore: update 0.19.2 docs --- .../language_concepts/data_types/08_structs.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/versioned_docs/version-v0.19.2/language_concepts/data_types/08_structs.md b/docs/versioned_docs/version-v0.19.2/language_concepts/data_types/08_structs.md index 85649dfb389..9255455bdcb 100644 --- a/docs/versioned_docs/version-v0.19.2/language_concepts/data_types/08_structs.md +++ b/docs/versioned_docs/version-v0.19.2/language_concepts/data_types/08_structs.md @@ -66,8 +66,4 @@ fn get_octopus() -> Animal { ``` The new variables can be bound with names different from the original struct field names, as -showcased in the `legs --> feet` binding in the example above. - -:::note -You can use Structs as inputs to the `main` function, but you can't output them -::: +showcased in the `legs --> feet` binding in the example above. \ No newline at end of file