Skip to content
Snippets Groups Projects
Commit 5824f837 authored by Jorge Aparicio's avatar Jorge Aparicio
Browse files

adapt to changes in rtfm-syntax

parent 1f1cf84a
No related branches found
No related tags found
No related merge requests found
use std::collections::HashMap;
use quote::Tokens;
use syn::Ident;
use syn::{Ident, Path};
use syntax::check::{self, Idle, Init};
use syntax::{self, Idents, Statics};
use syntax::error::*;
pub struct App {
pub device: Tokens,
pub device: Path,
pub idle: Idle,
pub init: Init,
pub resources: Statics,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment