Skip to content

Commit a6ce6f6

Browse files
committed
shear and doc test
1 parent 158455e commit a6ce6f6

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/hstr/src/wtf8/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ impl Wtf8Buf {
277277
/// # Example
278278
///
279279
/// ```
280-
/// let mut s = Wtf8Buf::new();
280+
/// let mut s = hstr::wtf8::Wtf8Buf::new();
281281
/// s.reserve(10);
282282
/// assert!(s.capacity() >= 10);
283283
/// ```
@@ -292,7 +292,7 @@ impl Wtf8Buf {
292292
/// # Example
293293
///
294294
/// ```
295-
/// let s = Wtf8Buf::with_capacity(10);
295+
/// let s = hstr::wtf8::Wtf8Buf::with_capacity(10);
296296
/// assert!(s.capacity() >= 10);
297297
/// ```
298298
#[inline]

crates/swc_ecma_lexer/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ typescript = []
2525
verify = ["swc_ecma_visit"]
2626

2727
[dependencies]
28-
arrayvec = { workspace = true }
2928
bitflags = { workspace = true }
3029
either = { workspace = true }
3130
num-bigint = { workspace = true }

0 commit comments

Comments
 (0)