You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using ensure! and pals currently always yield a 500 internal server errror. We should make it so that an Into<StatusCode> must always be provided so these actually function as shorthands:
ensure!(tweet.len() < 140,400,"Tweet must be under 140 characters");