Skip to content

feat: add IntoPropValue<ChildrenRenderer<VNode>> for string-like types #2281

feat: add IntoPropValue<ChildrenRenderer<VNode>> for string-like types

feat: add IntoPropValue<ChildrenRenderer<VNode>> for string-like types #2281

Workflow file for this run

name: cargo fmt
on:
pull_request:
paths:
- "**/*.rs"
push:
branches: [master]
paths:
- "**/*.rs"
jobs:
format:
name: cargo fmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Setup toolchain
uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly
components: rustfmt
- name: Run fmt
run: cargo +nightly fmt --all -- --check