aboutsummaryrefslogtreecommitdiff
path: root/rtic-macros/ui/shared-pub.stderr
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2023-04-13 05:38:13 +0000
committerGitHub <noreply@github.com>2023-04-13 05:38:13 +0000
commitf741475a3f552585f789b3b2b9c622b090e72057 (patch)
treeb2696705d5a97ec53041a772378beaf70b5c5642 /rtic-macros/ui/shared-pub.stderr
parent44c614d792c65aa2660f841e969db575f1ee6e86 (diff)
parente47914ee50b838cceca77cd881dce9caaf689901 (diff)
Merge #730
730: remove vis restriction for local and shared resources r=korken89 a=andrewgazelka Co-authored-by: Andrew Gazelka <andrew.gazelka@gmail.com>
Diffstat (limited to 'rtic-macros/ui/shared-pub.stderr')
-rw-r--r--rtic-macros/ui/shared-pub.stderr5
1 files changed, 0 insertions, 5 deletions
diff --git a/rtic-macros/ui/shared-pub.stderr b/rtic-macros/ui/shared-pub.stderr
deleted file mode 100644
index 7148893..0000000
--- a/rtic-macros/ui/shared-pub.stderr
+++ /dev/null
@@ -1,5 +0,0 @@
-error: this field must have inherited / private visibility
- --> ui/shared-pub.rs:7:13
- |
-7 | pub x: u32,
- | ^