Skip to content

Commit e97de58

Browse files
committed
fix(clippy): split GetEnvOptions first doc paragraph to satisfy too-long-first-doc-paragraph lint
1 parent 1fc21b0 commit e97de58

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

  • crates/vite_task_client_napi/src

crates/vite_task_client_napi/src/lib.rs

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,11 @@ use napi::{Error, Result};
3535
use napi_derive::napi;
3636
use vite_task_client::Client;
3737

38-
/// Options object passed to [`RunnerClient::get_env`] and
39-
/// [`RunnerClient::get_envs`]. Modeled as a JS plain object rather than a
40-
/// positional boolean so future knobs (e.g. a `default` value) can be added
41-
/// without an ABI break on the JS wrapper side.
38+
/// Options for [`RunnerClient::get_env`] and [`RunnerClient::get_envs`].
39+
///
40+
/// Modeled as a JS plain object rather than a positional boolean so future
41+
/// knobs (e.g. a `default` value) can be added without an ABI break on the
42+
/// JS wrapper side.
4243
///
4344
/// Every field is optional so the napi addon — the cross-version API
4445
/// stability boundary between the runner-shipped `.node` and the

0 commit comments

Comments
 (0)