aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Carl Lerche <me@carllerche.com> 2019-11-25 11:19:30 -0800
committerGravatar GitHub <noreply@github.com> 2019-11-25 11:19:30 -0800
commitb7c1f2a1357f7f9cdf2eb0187398fc80aaf7e28d (patch)
tree55d809ff83162a834b331c8aac4254bad47936bb /src
parentcdd9fc09cd78bed7e2e7e00bab85a632c7fa0f88 (diff)
downloadbytes-b7c1f2a1357f7f9cdf2eb0187398fc80aaf7e28d.tar.gz
bytes-b7c1f2a1357f7f9cdf2eb0187398fc80aaf7e28d.tar.zst
bytes-b7c1f2a1357f7f9cdf2eb0187398fc80aaf7e28d.zip
prepare v0.5.0 release (#319)v0.5.0
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib.rs b/src/lib.rs
index c565aa7..161717a 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,3 +1,7 @@
+#![deny(warnings, missing_docs, missing_debug_implementations, rust_2018_idioms)]
+#![doc(html_root_url = "https://docs.rs/bytes/0.5.0")]
+#![no_std]
+
//! Provides abstractions for working with bytes.
//!
//! The `bytes` crate provides an efficient byte buffer structure
@@ -68,10 +72,6 @@
//! perform a syscall, which has the potential of failing. Operations on `Buf`
//! and `BufMut` are infallible.
-#![deny(warnings, missing_docs, missing_debug_implementations, rust_2018_idioms)]
-#![doc(html_root_url = "https://docs.rs/bytes/0.5.0")]
-
-#![no_std]
extern crate alloc;
isolation Unnamed repository; edit this file 'description' to name the repository.
aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/builtins/js/CountQueuingStrategy.js (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-05-19smolGravatar Jarred Sumner 1-0/+4
2023-05-19fix #2964 (#2965)Gravatar e3dio 1-0/+1
2023-05-19console.log changes (#2966)Gravatar Jarred Sumner 5-82/+82
2023-05-19ensure unused variable is not eliminatedGravatar Jarred Sumner 1-0/+2
2023-05-19Fix failing node:vm testsGravatar Jarred Sumner 2-10/+22