Rocket/core/codegen/src
Sergio Benitez 4b7d48967b Warn if a task is spawned in a sync '#[launch]'.
The warning is fairly conservative. Heuristics are used to determine if a call
to `tokio::spawn()` occurs in the `#[launch]` function.

Addresses #2547.
2023-10-26 19:23:12 -05:00
..
attribute Warn if a task is spawned in a sync '#[launch]'. 2023-10-26 19:23:12 -05:00
bang Remove unnecessary 'mut' in 'uri!' impl. 2023-05-05 18:21:17 -07:00
derive Remove closure borrow in 'FromForm' derive. 2023-10-26 19:22:36 -05:00
exports.rs Use 'syn', 'proc_macro2' directly. 2021-05-21 09:13:47 -07:00
http_codegen.rs Apply clippy suggestions. 2021-06-30 14:13:19 -07:00
lib.rs New version: 0.5.0-rc.3. 2023-03-23 16:56:17 -07:00
name.rs Support type generics, unit structs in 'FromForm'. 2021-06-29 03:37:52 -07:00
proc_macro_ext.rs Use 'syn', 'proc_macro2' directly. 2021-05-21 09:13:47 -07:00
syn_ext.rs Apply clippy suggestions. 2021-06-30 14:13:19 -07:00