Skip to content

Commit

Permalink
update rfcs/mod.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorgan committed Dec 31, 2024
1 parent f23f20a commit 3bcfeea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- Proposal Name: `reader_with_options`
- Proposal Name: `options_for_reader_with`
- Start Date: 2024-12-31
- RFC PR: [apache/opendal#5485](https://github.com/apache/opendal/pull/5485)
- Tracking Issue: [apache/opendal#5486](https://github.com/apache/opendal/issues/5486)
Expand Down
4 changes: 4 additions & 0 deletions core/src/docs/rfcs/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -244,3 +244,7 @@ pub mod rfc_5314_remove_metakey {}
/// Operator from uri
#[doc = include_str!("5444_operator_from_uri.md")]
pub mod rfc_5444_operator_from_uri {}

/// Options for reader_with
#[doc = include_str!("5485_options_for_reader_with.md")]
pub mod rfc_5485_options_for_reader_with {}

0 comments on commit 3bcfeea

Please sign in to comment.